home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Unix
/
CNews
/
Source
/
relay
/
anews
/
a.to.b
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1988-04-11
|
235 b
|
18 lines
#! /bin/sh
# a.to.b: A-format news to B-format converter (thanks, Norman)
PATH=/bin:/usr/bin:/usr/ucb; export PATH
sed '
1s/^A/Message-ID: /
2s/^/Newsgroups: /
3{
s/^/Path: /p
s/Path/From/
}
4s/^/Date: /
5{
s/^/Subject: /p
s/.*//
}
'